var google.golang.org/grpc/health.logger

4 uses

	google.golang.org/grpc/health (current package)
		logging.go#L23: var logger = grpclog.Component("health_service")
		producer.go#L102: 		logger.Errorf("Subchannel health check is unimplemented at server side, thus health check is disabled for SubConn %p", sc)
		producer.go#L104: 		logger.Errorf("Health checking failed for SubConn %p: %v", sc, err)
		server.go#L140: 		logger.Infof("health: status changing for %s to %v is ignored because health service is shutdown", service, servingStatus)